Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flight: pid refactor: move dt to configuration time #1906

Merged
merged 1 commit into from
Aug 13, 2017

Conversation

mlyle
Copy link
Member

@mlyle mlyle commented Jul 26, 2017

No longer allow time to vary from timestep to timestep. This doesn't do
much right now, but it's for two upcoming reasons-- to allow
precomputing the derivative filter, and to allow precomputing a leaky
integral.

No longer allow time to vary from timestep to timestep.  This doesn't do
much right now, but it's for two upcoming reasons-- to allow
precomputing the derivative filter, and to allow precomputing a leaky
integral.
@mlyle
Copy link
Member Author

mlyle commented Jul 26, 2017

In support of #1747

@mlyle
Copy link
Member Author

mlyle commented Jul 27, 2017

(also one other note-- it seems some of the stabilization rate loops were using dT instead of dT_expected, so it's a minor bug fix for those cses).

@mlyle mlyle requested a review from tracernz August 11, 2017 23:12
@tracernz tracernz merged commit 1ef89b8 into d-ronin:next Aug 13, 2017
@mlyle mlyle deleted the mpl-deetee branch August 13, 2017 05:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants